home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / viewmrg.zip / VIEWMRG.DOC < prev   
Text File  |  1988-10-25  |  2KB  |  42 lines

  1. I have supplied the VIEWMRG.BAT file I used to add this mrg to my version
  2. of RBBS... make sure to EDIT the Drives and Subdirs to match your setup
  3.  
  4.  
  5. Bled Mod to add VIEW ASCII TEXT and DLARC form the RBBS V)iew Arc file command
  6. This mod to be applied to the unmodified source code of RBBS ver 17a
  7.  
  8. Additions to CONFIG:
  9.  
  10. CONFIG PARAMETER # 285 will now allow you to select a drive and Subdir to 
  11. use as a WORK area for PKX..You can create this Subdir first or CONFIG will
  12. create it for you.
  13.  
  14. Since All the files in the subdir choosen will be deleted when a user
  15. first logs on to RBBS please make sure there is nothing of value in that Subdir
  16.  
  17. Also you will have to have PKXARC (version 3.5 recommended) available
  18. via the PATH Statement in your AUTOEXEC.BAT file. for example if you have
  19. PKXARC.COM in your DOS subdir then add the following statement to your
  20. AUTOEXEC.BAT file
  21. PATH=C:\DOS
  22. this will make PKX available from anywere on your system.
  23.  
  24. If you don't have any other mods then just use the RBBS-VAR.BAS file included
  25. with this MRG.. otherwise ADD the variables with 'VIEWMOD. For those of you
  26. who do have other MODS in you source code Please review the code in the *.MRG
  27. files to make sure your mods arte not overwritten.... if there are some mods to
  28. lines in the MRG files I have supplied you can still use BLED to add this merge
  29. You will have to add your changes to the lines in this merge and then use BLED
  30.  
  31. If in Doubt I recommend adding the Mods Manually. Just look over the code
  32. and use an editor with a cut and paste feature to add my code to yours
  33.  
  34. ENJOY !!!
  35.  
  36.                Pete Eibl (Maple Street BBS 414-771-2805)
  37.  
  38.  
  39. Thanks to Dave Miller for the orig. mods to RBBS 15 to add this feature
  40. also to DAN Tillman for the code to ARC the file seleceted to download
  41.  
  42.